To enable parallel processing using the ImagXpress® control, you must:
-
Set
Async to True, to indicate that image loading/processing/saving operations occur in a thread separate from the main ActiveX thread. The
Idle property determines if the control is doing an operation or not. This can be useful when processing asynchronously.
-
Set
AsyncMaxThreads to specify the maximum number of threads each ImagXpress control can spawn.
-
Set the
AsyncPriority property to establish the priority of each thread.
-
Set
AsyncCancelOnClose to indicate whether pending asynchronous operations are allowed to complete when the control is being terminated.
See Also